home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet multimedia / Animacje, filmy i prezentacje / Edytory i konwertery filmow / Gordian Knot rippack 0.35.0 pack2 / GordianKnot.RipPack.0.35.0.Setup.2.exe / AviSynthPlugins / DVInfo.xml < prev    next >
Extensible Markup Language  |  2004-10-01  |  5KB  |  69 lines

  1. ∩╗┐<?xml version="1.0" encoding="utf-8"?>
  2. <!--AviSynth plugin description version 1.1-->
  3. <plugin name="DVInfo">
  4.   <description />
  5.   <filters>
  6.     <filter name="DVInfo" category="Misc Plugins" helpfile="dvinfo" type="clip">
  7.       <description>This filter grabs the timestamp and recording date info out of a DV-AVI. It should work with Type-1 and Type-2, standard AVI and openDML. See help file for more info.</description>
  8.       <colorspaces />
  9.       <parameters>
  10.         <parameter name="clip" type="clip" default="" max="0" min="0" step="0" optional="True" paramList="False">
  11.           <description>DV-AVI file (Type-1 and Type-2, legacy and openDML > 4GB is supported)</description>
  12.           <items />
  13.         </parameter>
  14.         <parameter name="filename" type="string" default="" max="0" min="0" step="0" optional="False" paramList="False">
  15.           <description>filename of clip.</description>
  16.           <items />
  17.         </parameter>
  18.         <parameter name="output" type="string" default="" max="0" min="0" step="0" optional="False" paramList="False">
  19.           <description />
  20.           <items />
  21.         </parameter>
  22.         <parameter name="x" type="int" default="" max="0" min="0" step="0" optional="False" paramList="False">
  23.           <description>The timecode and recording date are then printed on the frame as if you were using Subtitle() and the parameters x, y, font, size, text_color, halo_color are passed right through to Subtitle.</description>
  24.           <items />
  25.         </parameter>
  26.         <parameter name="y" type="int" default="" max="0" min="0" step="0" optional="False" paramList="False">
  27.           <description>The timecode and recording date are then printed on the frame as if you were using Subtitle() and the parameters x, y, font, size, text_color, halo_color are passed right through to Subtitle.</description>
  28.           <items />
  29.         </parameter>
  30.         <parameter name="font" type="string" default="" max="0" min="0" step="0" optional="False" paramList="False">
  31.           <description>The timecode and recording date are then printed on the frame as if you were using Subtitle() and the parameters x, y, font, size, text_color, halo_color are passed right through to Subtitle.</description>
  32.           <items />
  33.         </parameter>
  34.         <parameter name="size" type="int" default="" max="0" min="0" step="0" optional="False" paramList="False">
  35.           <description>The timecode and recording date are then printed on the frame as if you were using Subtitle() and the parameters x, y, font, size, text_color, halo_color are passed right through to Subtitle.</description>
  36.           <items />
  37.         </parameter>
  38.         <parameter name="text_color" type="int" default="" max="0" min="0" step="0" optional="False" paramList="False">
  39.           <description>The timecode and recording date are then printed on the frame as if you were using Subtitle() and the parameters x, y, font, size, text_color, halo_color are passed right through to Subtitle.</description>
  40.           <items />
  41.         </parameter>
  42.         <parameter name="halo_color" type="int" default="" max="0" min="0" step="0" optional="False" paramList="False">
  43.           <description>The timecode and recording date are then printed on the frame as if you were using Subtitle() and the parameters x, y, font, size, text_color, halo_color are passed right through to Subtitle.</description>
  44.           <items />
  45.         </parameter>
  46.         <parameter name="rec_format" type="string" default="" max="0" min="0" step="0" optional="False" paramList="False">
  47.           <description>You can set the generated time format with the parameters rec_format and tc_format.</description>
  48.           <items />
  49.         </parameter>
  50.         <parameter name="tc_format" type="string" default="" max="0" min="0" step="0" optional="False" paramList="False">
  51.           <description>You can set the generated time format with the parameters rec_format and tc_format.</description>
  52.           <items />
  53.         </parameter>
  54.         <parameter name="show_error" type="bool" default="false" max="0" min="0" step="0" optional="True" paramList="False">
  55.           <description />
  56.           <items />
  57.         </parameter>
  58.         <parameter name="threshold" type="float" default="" max="0" min="0" step="0" optional="False" paramList="False">
  59.           <description>With "threshold">0 the output is switched on if there is a difference of the recording date between current and last frame which is bigger than "threshold" seconds.</description>
  60.           <items />
  61.         </parameter>
  62.         <parameter name="autoframes" type="int" default="" max="0" min="0" step="0" optional="False" paramList="False">
  63.           <description>After "autoframes" frames the output is switched off. That way you get the recording date only at scenechanges.</description>
  64.           <items />
  65.         </parameter>
  66.       </parameters>
  67.     </filter>
  68.   </filters>
  69. </plugin>